Linux webm002.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
/
home
/
ariannadhf
/
www
/
wp-content
/
plugins
/
user-switching
/
/home/ariannadhf/www/wp-content/plugins/user-switching/composer.json
{ "name": "johnbillion/user-switching", "description": "Instant switching between user accounts in WordPress and WooCommerce.", "license": "GPL-2.0-or-later", "type": "wordpress-plugin", "authors": [ { "name": "John Blackbourn", "homepage": "https://johnblackbourn.com/" } ], "homepage": "https://github.com/johnbillion/user-switching/", "support": { "issues": "https://github.com/johnbillion/user-switching/issues", "forum": "https://wordpress.org/support/plugin/user-switching", "source": "https://github.com/johnbillion/user-switching", "security": "https://github.com/johnbillion/user-switching/security" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/johnbillion" } ], "require": { "php": ">=7.4", "composer/installers": "^1.0 || ^2.0" }, "require-dev": { "johnbillion/plugin-infrastructure": "2.9.3", "johnbillion/wp-compat": "1.5.0", "php-stubs/wordpress-stubs": "7.0.0 as 6.9.4", "phpcompatibility/phpcompatibility-wp": "2.1.8", "phpstan/phpstan": "2.1.33", "phpstan/phpstan-phpunit": "2.0.11", "swissspidy/phpstan-no-private": "1.0.0", "szepeviktor/phpstan-wordpress": "2.0.3", "wp-coding-standards/wpcs": "3.3.0" }, "autoload-dev": { "psr-4": { "UserSwitching\\Tests\\": "tests/integration" } }, "config": { "allow-plugins": { "composer/installers": true, "roots/wordpress-core-installer": true, "dealerdirect/phpcodesniffer-composer-installer": true }, "classmap-authoritative": true, "preferred-install": "dist", "prepend-autoloader": false, "sort-packages": true }, "extra": { "wordpress-install-dir": "vendor/wordpress/wordpress" }, "scripts": { "test": [ "@composer validate --strict --no-check-lock", "@test:phpstan", "@test:start", "@test:integration", "@test:acceptance", "@test:phpcs", "@test:stop" ], "test:acceptance": [ "acceptance-tests" ], "test:destroy": [ "tests-destroy" ], "test:integration": [ "integration-tests" ], "test:phpcs": [ "phpcs -ps --colors --report-code --report-summary --report-width=80 --basepath='./' ." ], "test:phpstan": [ "phpstan analyze -v --memory-limit=2G" ], "test:start": [ "tests-start" ], "test:stop": [ "tests-stop" ] } }